Schema | Table | Check Constraint | Condition | Description |
---|---|---|---|---|
((topo).topology_id = 2) AND ((topo).layer_id = 1) AND ((topo).type = 2) |
|
|||
st_ndims(geom1) = 2 |
|
|||
st_ndims(geom2) = 2 |
|
|||
st_ndims(geom3) = 2 |
|
|||
st_ndims(geombarycentre) = 2 |
|
|||
(geometrytype(geom1) = 'POINT'::text) OR (geom1 IS NULL) |
|
|||
(geometrytype(geom2) = 'POINT'::text) OR (geom2 IS NULL) |
|
|||
(geometrytype(geom3) = 'POINT'::text) OR (geom3 IS NULL) |
|
|||
(geometrytype(geombarycentre) = 'POINT'::text) OR (geombarycentre IS NULL) |
|
|||
st_srid(geom1) = 4326 |
|
|||
st_srid(geom2) = 4326 |
|
|||
st_srid(geom3) = 4326 |
|
|||
st_srid(geombarycentre) = 4326 |
|
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |